home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!news
- From: rmor1@ix.netcom.com(Ricardo Mor )
- Newsgroups: comp.lang.c
- Subject: string search?
- Date: 27 Mar 1996 15:39:32 GMT
- Organization: Netcom
- Message-ID: <4jbnfk$cuq@dfw-ixnews6.ix.netcom.com>
- NNTP-Posting-Host: mia-fl3-16.ix.netcom.com
- X-NETCOM-Date: Wed Mar 27 9:39:32 AM CST 1996
-
- How can I search a string of character in another string? for
- example...
-
-
- string1 = "NEXT_TIME";
- string2 = "TIME";
-
- how can I search for string1 in string2?
-
-
- Thanks in Advance,
- Eddy....
-